home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
BUTTONS
/
XTOOLBTN
/
PROJECT7.DPR
next >
Wrap
Text File
|
1996-06-08
|
203b
|
14 lines
program Project7;
uses
Forms,
Unit7 in 'Unit7.pas' {frmButtons};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmButtons, frmButtons);
Application.Run;
end.